<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/** * header-footer stylesheet file *
 * @author:Hu Ying&lt;huying@123.com.cn&gt; 
 * @
  * @copyright:Copyright 安徽黄埔网络科技有限公司All Rights Reserved 
  */
/*============================================  
    通用头部底部样式 
=============================================*/

/*雪碧图*/
.header .search i.icon{
    display: block;
    background: url(../images/sprite-common.png) no-repeat;
}

/*==========头部==========*/
.header{
    position: relative;
    padding: 14px 0;
}
.header .menu{
    margin-left: 100px;
}
.header .menu ul li{
    position: relative;
    padding-top: 24px;
}
.header .menu ul li:first-child a{
    padding-left: 0;
}
.header .menu ul li a{
    margin: 0 18px;
    padding-bottom: 40px;
    border-bottom: 3px solid #fff;
    font-size: 16px;
    color: #333;
}
.header .menu ul li.active a,
.header .menu ul li:hover a{
     border-bottom: 3px solid #ff9c00;
}
.header .menu ul li &gt; .menu-nav{
    position: absolute;
    top: 90px;
    left: 0;
    display: none;
    width: 680px;
    max-width: 1200px;
    z-index: 2;
}
.header .menu ul li.active .menu-nav{
    display: block;
}
.menu-nav{
    height: 65px;
    line-height: 65px;
}
.menu-nav a{
    border: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    color: #9b837c !important;
}
.menu-nav a:hover{
    color: #eee !important;
}
.header .background{
    position: absolute;
    top: 102px;
    left: 0;
    display: block;
    width: 100%;
    min-width: 1200px;
    height: 0;
    background: #3e3831;
    z-index: 1;
    transition: all .1s;
}

.header .search{
    position: relative;
    width: 178px;
    height: 28px;
    margin-top: 20px;
    border: 1px solid #dccec6;
    border-radius: 50px;
}
.header .search &gt; input{
    width: 110px;
    height: 28px;
    line-height: 28px;
    border: 0;
    margin-left: 15px;
    color: #666;
}
.header .search i.icon{
    position: absolute;
    top: 4px;
    right: 20px;
    width: 19px;
    height: 19px;
    background-position: 0 0;
}

/*==========底部==========*/
.footer{
    height: 270px;
    margin-top: 118px;
    background: #332c2b;
}
.footer .item{
    position:relative;
    padding: 0 65px;
}
.footer .item .footer-line{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width:3px;
    height: 255px;
    background: url(../images/footer-line.png) no-repeat;
}
.footer .logo{
    padding-top: 30px;
    padding-left: 0 !important;
}
.footer .adress{
    padding-top: 30px;
    color: #9b837c;
}
.footer .adress p{
    padding-bottom: 25px;
    font-size: 20px;
}
.footer .adress p b{
    display: block;
    font-weight: normal;
}
.footer .adress span{
    font-size: 14px;
}
.footer .qr-code{
    padding-top: 30px;
}
.footer .qr-code h4{
    padding-top: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #9b837c;
    text-align: center;
}</pre></body></html>